Skip to main content

All Questions

Tagged with
5votes
1answer
2kviews

Ten Thousand: a dice game for multiple players

A fun little game for as many players as you have friends. This is my first Python project so any advice on how to improve is welcome and appreciated. I'm not concerned with the clunky interface as I'...
Paul K's user avatar
6votes
2answers
1kviews

Working Craps program

How can I make this better? ...
GeezyTee's user avatar
6votes
1answer
3kviews

Simple Version of Bunco Game

Any idea to write this code (fixable part) smarter? Note: Arrays, pointers, global value are not allowed to use. The game is played with 6 rounds. At the beginning, each player rolls one dice, with ...
user302686's user avatar
5votes
1answer
2kviews

PigDice game in C#

In the C# Player's Guide book there's a challenge in which you have to write the PigDice game in C#: It's a multiplayer game, every player starts with score 0. Player X rolls 2 dice. Player X'...
Afonso Matos's user avatar
76votes
3answers
20kviews

Monopoly simulator

I was advised by a Reddit user to get my code reviewed on this site. The complete code is on GitHub. ...
ohjuny's user avatar
3votes
0answers
881views

Ship capt crew dice game

I built this game that I used to play at family get-togethers. I am still working on the final implementation of how to actually play someone in the game. Please critique the main logic of the dice ...
boomer1204's user avatar
4votes
1answer
169views

Playing “craps” for the win v0.3

Continud from Playing “craps” for the win v0.2 You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, respectively. After the dice have come to rest, ...
qed's user avatar
  • 1,439
2votes
2answers
407views

Playing “craps” for the win v0.2

Continued from Playing "craps" for the win You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, respectively. After the dice have come to ...
qed's user avatar
  • 1,439
11votes
2answers
2kviews

Playing "craps" for the win

No specific question here. I am beginning with Java and here is an exercise. The rules of game: You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, ...
qed's user avatar
  • 1,439
16votes
5answers
27kviews

Yahtzee game (using arrays and object classes)

As part of an assignment for my intro Java class (please bear with my beginner skill set), I'm working on a program for which a Die object class is used to play a Yahtzee game. An overview of the ...
Nea's user avatar
  • 349
26votes
2answers
2kviews

Spin-the-bottle-like game

I've started coding about 3 weeks ago, just for fun and maybe practical uses later. My GF dared me to make a PGM that would replace this dice game where you roll two dice, one with body parts and one ...
LuukV's user avatar
12votes
5answers
33kviews

Simple Dice Roll game

Is there a more efficient algorithm to generate random numbers in C++? (This code is working on Dev-C++, but I'm not sure if it works on a Borland compiler.) ...
Arpit Agrawal's user avatar
8votes
2answers
709views

Python Adventure game

I'm a beginner Python coder and this is the first program that I have ever programmed. Please suggest improvements/bugs. Here's the link to the code. ...
user1983877's user avatar
7votes
2answers
5kviews

Character generator

I'm a total newbie teaching myself via Zed Shaw's Learn Python The Hard Way and I've gotten bored over a week long memorization lesson, so I thought I would make a character generator for a pen and ...
lerugray's user avatar

close